home *** CD-ROM | disk | FTP | other *** search
- Path: csus.edu!orion!c2eyf931
- From: franco <c2eyf931@Simpang.Raya>
- Newsgroups: comp.lang.c++
- Subject: NEWBIE : Need help with C++
- Date: Sun, 10 Mar 1996 21:57:21 -0800
- Organization: California State University Sacramento
- Message-ID: <Pine.SOL.3.91.960310214829.26563A-100000@orion>
- NNTP-Posting-Host: c2eyf931@orion.sfsu.edu
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- X-Sender: c2eyf931@orion
-
- Hello all.....
-
- Can someone tell me what a bucket sort is. With that in mind I would also
- like to write function that sorts an array of numbers: so far I have the
- following....
-
- main ()
- {
- const int arraysize = 5;
- int a[arraysize] = {2, 27, 100, 34, 188};
- }
-
- I need to sort the array based on 1's, 10's and 100's digit. Thanx all!
-
- Franco Simanjuntak <francos@slip.net>
- "Comedy is simply a funny way of being serious" -- Peter Ustinov
-
-
-